home *** CD-ROM | disk | FTP | other *** search
/ Crack It! / Crack It!.iso / CONTENT / CIV2 / CIV2SC11.ZIP / Alexandr / events.txt < prev    next >
Encoding:
Text File  |  1996-12-04  |  1.1 KB  |  67 lines

  1. ;
  2. ; Events text for Alexander the Great Scenario
  3. ; Copyright(c) 1996, MicroProse Studios Inc.
  4. ;
  5. ;
  6.  
  7. @BEGINEVENTS
  8.  
  9. @IF
  10. SCENARIOLOADED
  11. @THEN
  12. PLAYCDTRACK
  13. 3
  14. @ENDIF
  15.  
  16. @IF
  17. UNITKILLED
  18. unit=Companions 
  19. attacker=anybody
  20. defender=anybody
  21. @THEN
  22. TEXT
  23. ^Alexander the Great and his elite Companion Cavalry are defeated in battle. 
  24. ^Alexander dies of his wounds, however his generals vow to carry on.
  25. ^The Macedonian Greeks, are limited to a Marginal Victory.
  26. ENDTEXT
  27. PLAYWAVEFILE
  28. funeral.wav
  29. @ENDIF 
  30.  
  31. @IF
  32. UNITKILLED
  33. unit=Immortals
  34. attacker=anybody
  35. defender=anybody
  36. @THEN
  37. TEXT
  38. ^Darius and his elite bodyguard, the Immortals, are hounded from battle. 
  39. ^Darius is murdered, but his successor vows to carry on.
  40. ^The Persians are limited to a Marginal Victory.
  41. ENDTEXT
  42. PLAYWAVEFILE
  43. funeral.wav
  44. @ENDIF
  45.  
  46. @IF
  47. CITYTAKEN
  48. city=Sparta
  49. attacker=Macedonian Greeks
  50. defender=Independent Greeks
  51. @THEN
  52. JUSTONCE
  53. TEXT
  54. Alexander coerces Sparta to join the Macedonian League.
  55. ENDTEXT
  56. CREATEUNIT
  57. unit=Phalanx
  58. owner=Macedonian Greeks
  59. veteran=true
  60. homecity=Sparta
  61. locations
  62. 0,26
  63. endlocations
  64. @ENDIF
  65.  
  66. @ENDEVENTS
  67.